home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00044.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  885 b   |  28 lines

  1. on exitFrame
  2.   set the locV of sprite 4 to the locV of sprite 4 + 2
  3.   set the locV of sprite 5 to the locV of sprite 5 + 1
  4.   set the locV of sprite 6 to the locV of sprite 6 + 1
  5.   set the locV of sprite 7 to the locV of sprite 7 + 2
  6.   set the locV of sprite 8 to the locV of sprite 8 + 3
  7.   set the locV of sprite 9 to the locV of sprite 9 + 1
  8.   set the locV of sprite 10 to the locV of sprite 10 + 1
  9.   set the locV of sprite 11 to the locV of sprite 11 + 2
  10.   set the locV of sprite 12 to the locV of sprite 12 + 3
  11.   set the locV of sprite 13 to the locV of sprite 13 + 1
  12.   if the timer < 2470 then
  13.     if the loaded of member "blueybackground" = 0 then
  14.       preloadMember("blueybackground")
  15.     end if
  16.     if the loaded of member "tv set film" = 0 then
  17.       preloadMember("tv set film")
  18.     end if
  19.     go(the frame)
  20.   else
  21.     go(the frame + 1)
  22.   end if
  23. end
  24.  
  25. on mouseUp
  26.   go(80)
  27. end
  28.